home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Interplay's Learn to Program Basic (Review Copy)
/
Learn to Program Basic Review Copy (Interplay)(June 23, 1998).ISO
/
pc
/
ltpbasic
/
refxmpl
/
int.bas
< prev
next >
Wrap
BASIC Source File
|
1998-04-07
|
180b
|
8 lines
CLS
Input "Enter a number ",number
third = number / 3
Print "You entered: "; number
Print "Your number divided by 3 is "; third
Print "The whole number quotient is: "; Int(third)